projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771a6b6
)
Don't skip test semantic-utest-Python
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 28 Apr 2020 12:12:25 +0000
(14:12 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 28 Apr 2020 12:12:25 +0000
(14:12 +0200)
* test/lisp/cedet/semantic-utest.el (semantic-utest-Python):
Ensure test is not skipped.
test/lisp/cedet/semantic-utest.el
patch
|
blob
|
history
diff --git
a/test/lisp/cedet/semantic-utest.el
b/test/lisp/cedet/semantic-utest.el
index 7e3365579488ec2637cbb931a12becf5fc035f19..1a7a8655ba9d4f377ab837d2e0e5a40e50a4b6d4 100644
(file)
--- a/
test/lisp/cedet/semantic-utest.el
+++ b/
test/lisp/cedet/semantic-utest.el
@@
-577,7
+577,7
@@
INSERTME is the text to be inserted after the deletion."
)))
(ert-deftest semantic-utest-Python()
- (skip-unless (f
eature
p 'python-mode))
+ (skip-unless (f
bound
p 'python-mode))
(let ((python-indent-guess-indent-offset nil))
(semantic-utest-generic "Python" (semantic-utest-fname "pytest.py") semantic-utest-Python-buffer-contents semantic-utest-Python-name-contents '("fun2") "#1" "#deleted line")
))